projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fcb1cf
)
(menu_bar_items): Call Fnreverse before restoring Vinhibit_quit.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 29 May 1993 21:03:32 +0000
(21:03 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 29 May 1993 21:03:32 +0000
(21:03 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 0725bf2f105d7f4acc3b8947e21bbe1e7762c6dd..fdfe3b5dfece76206087c0e218bcb2b6d68e1e30 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-3118,8
+3118,9
@@
menu_bar_items ()
result = menu_bar_one_keymap (def, result);
}
+ result = Fnreverse (result);
Vinhibit_quit = oquit;
- return
Fnreverse (result)
;
+ return
result
;
}
\f
/* Scan one map KEYMAP, accumulating any menu items it defines